projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5829a56
)
(picture-vertical-step)
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 19 Nov 2001 23:45:15 +0000
(23:45 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 19 Nov 2001 23:45:15 +0000
(23:45 +0000)
(picture-horizontal-step): Don't use defconst for variables.
lisp/textmodes/picture.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/picture.el
b/lisp/textmodes/picture.el
index 4ed09fd1ff22033ff56011fd618f5276bbe85032..7e36fc58ec3adedeb599f81c210bca9819220dbb 100644
(file)
--- a/
lisp/textmodes/picture.el
+++ b/
lisp/textmodes/picture.el
@@
-130,10
+130,10
@@
With argument, move that many lines."
(if (> current-column picture-desired-column)
(forward-char -1))))
-(def
const
picture-vertical-step 0
+(def
var
picture-vertical-step 0
"Amount to move vertically after text character in Picture mode.")
-(def
const
picture-horizontal-step 1
+(def
var
picture-horizontal-step 1
"Amount to move horizontally after text character in Picture mode.")
(defun picture-move-up (arg)